home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ultra250.zip / TUTOR.HLP < prev    next >
Text File  |  1992-10-29  |  2KB  |  49 lines

  1. <<<<<<<<<<<<<<<< This is the UltraWin Tutorial help file >>>>>>>>>>>>>>>>
  2.  
  3. You can press the right mouse button when the cursor is over the desired
  4. field or menu to get context sensitive help.
  5.  
  6. ///File  - This is the file drop down menu
  7.                      Load File - load a customer file
  8.                      Save File - save a customer file
  9.                      Quit      - quit the tutorial
  10.                            
  11. ///Edit  - This is the customer edit menu
  12.                      Clear Current - clear all fields for the current customer record
  13.                      Clear All     - clear all fields for ALL customer records
  14.  
  15. ///Print - This is the customer print menu
  16.                      Print Current - print all fields for the current customer record
  17.                      Print All     - print all fields for ALL customer records
  18.            NOTE: We assume a printer is hooked to LPT1 and is online and
  19.            ready.  If not, a DOS critical error will occur and you will see
  20.            the screen scroll.  You will not see the DOS prompt - press
  21.            'A' for Abort to return to the program.  As mentioned in the 
  22.            documentation, we are demonstrating UltraWin and not trying to
  23.            create an all-encompassing, super-robust program that handles 
  24.            all errors - we leave this exercise for you!.  See your
  25.            compiler's documentation for handling DOS critical errors.
  26.  
  27. ///Business - Enter the name of the Business if applicable
  28. ///Name     - Enter the name of the customer              
  29. ///Address  - Enter the customer's street address         
  30. ///City     - Enter the customer's city
  31. ///State    - Enter the customer's state using standard two letter codes
  32. ///Zip      - Enter the customer's short form zip code (5 digits)
  33. ///Phone    - Enter the customer's phone number in the form (###)###-####
  34. ///Fax      - Enter the customer's fax number in the form (###)###-####
  35. ///Date     - Enter the date of contact in the form mm/dd/yy
  36. ///Memo     - Enter a text memo if desired
  37.  
  38. ///Cursor keys
  39.  
  40.  Use the keypad to move up or down as follows.
  41.    Up    - move up one customer (lower customer number)
  42.    Down  - move down one customer (higher customer number)
  43.    PgUp  - move up ten customers (lower customer number)
  44.    PgDn  - move down ten customers (higher customer number)
  45.    Home  - move to first customers
  46.    End   - move to last customers
  47.  
  48. --end--
  49.